home *** CD-ROM | disk | FTP | other *** search
- Path: centre.univ-orleans.fr!desiree!emmguyot
- From: emmguyot@desiree.univ-orleans.fr (Emmanuel GUYOT)
- Newsgroups: comp.lang.c++
- Subject: Re: HELP! OWL202.DLL Exception Problem
- Date: 2 Jan 1996 15:56:19 GMT
- Organization: CITU - Universite d'Orleans - FRANCE
- Message-ID: <4cbkj3$f6p@centre.univ-orleans.fr>
- References: <4bpedr$ppi@news-e1a.megaweb.com>
- NNTP-Posting-Host: desiree.cnrs-orleans.fr
- Mime-Version: 1.0
- Content-Type: text/plain; charset=US-ASCII
- Content-Transfer-Encoding: 8bit
- X-Newsreader: TIN [version 1.2 PL2]
-
- Raymond Tillman (RTTillman@gnn.com) wrote:
- : Hi,
-
- : I am having a problem with a C++ Win16 program that I have written. I created the
- : program using Borland 4.02 and AppExpert. This program brings up a dialog box with
- : input boxes that allow me to extract information from the dialog and use it in my
- : program.
-
- : This program works great as long as I am running Borland in the background, or run the
- : program from Borland's menu. However, when I run it from the program manager with
- : Borland NOT running, things go wrong. The program exits with a protection exception in
- : OWL202.DLL. I have run the windows debugger and watched the process take place. The
- : program crashes as it attempts to create the window for the Dialog box. The exception
- : is a TXWindow exception, but I cannot get any other information, since the entire
- : windows system locks up tight. I have even started from scratch and recreated the
- : project, but have had the same result!
-
- : I've written programs for Win16 before and never had this problem. I may have done
- : something wrong, but the manuals are "so clear and concise" that I canot figure out
- : what has happened.
-
- : Anyone out there with similar experience or a solution, please let me know. I'll be
- : happy to send you a copy of the code if you require it to help me.
-
- You may have forgot the call to EnableBWCC.
- Try to do some static Link (in the Target Expert window).
-
- E.G.
-
- ------------------------------------------------------------------------------
- ---------------------------->>>> Emmanuel Guyot <<<<--------------------------
- LPCE-CNRS |
- 3A avenue de la Recherche Scientifique | Phone : 33 38 51 78 25
- 45071 Orleans Cedex 2 | Fax : 33 38 63 12 34
- France | EMail : emmguyot@cnrs-orleans.fr
- ------------------------------------------------------------------------------
- Home Page : http://desiree.cnrs-orleans.fr/cgi-bin/cpt_html?index
- ------------------------------------------------------------------------------
-